Digital strategies, that work.

Learn more

Who are we?

Freundbild is the agency for digital concepts and solutions. For virtual stories and beauty. Our crew masters everything you need for your digital business: strategy, design, editing, marketing, monitoring and maintenance. With a view to the future and our feet firmly on the ground.

Impulse

  • {acf_blog_titel}

  • {acf_blog_titel}

  • {acf_blog_titel}

  • {acf_blog_titel}

  • {acf_blog_titel}

  • {acf_blog_titel}

References

Services

Our UX designers create digital experiences that guide your users through websites, online shops, software and apps intuitively, with foresight and a keen sense of aesthetics.

Our copywriters don’t write novels – they get to the heart of complex content: for websites, newsletters and everything in between. Our goal: to reach people and convince search engines.

Our developers think along with you, write clean code and implement your content and functions quickly, reliably and precisely – for web, app & co.

Whether SEO, SEA, CRM or social media – we customise your digital marketing mix precisely to your goals. And deliver it directly to your silver tablet(s), from concept to reporting.

Jobs

Do you think you would be a good fit for our team? We look forward to receiving your speculative application.

Full-time or part-time

part-time

Full-time or part-time

Our customers

Card

Card

Card

Card

ESD Europäischer Schadendiesnt Logo
Future Matters
Wirtschaftsförderung Dortmund Logo
Cave Fin Bec S.A. Schweizer, Weingut
Medisign
Rudolf Müller Mediengruppe Logo
Sendvalu Internationaler Finanzdienstleister & Remittance
document.addEventListener("DOMContentLoaded", function() { const mottos = document.querySelectorAll('.hero-motto-text'); let currentMotto = 0; const totalMottos = mottos.length; if (mottos.length > 0) { // Function to change mottos function changeMotto() { // Remove 'active' class from the current motto mottos[currentMotto].classList.remove('active'); // Move to the next motto, looping back to the first one if needed currentMotto = (currentMotto + 1) % totalMottos; // Add 'active' class to the new motto mottos[currentMotto].classList.add('active'); } // Initially show the first motto mottos[currentMotto].classList.add('active'); // Change motto every 4 seconds setInterval(changeMotto, 4000); // Adjust the timing as needed } });